object PutRecordsError extends Companion[PutRecordsError] with Serializable
- Source
- Kinesis.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PutRecordsError
- Serializable
- Companion
- Companion
- Has
- ShapeTag
- HasId
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class AccessDeniedExceptionCase(accessDeniedException: AccessDeniedException) extends PutRecordsError with Product with Serializable
- final case class InvalidArgumentExceptionCase(invalidArgumentException: InvalidArgumentException) extends PutRecordsError with Product with Serializable
- final case class KMSAccessDeniedExceptionCase(kMSAccessDeniedException: KMSAccessDeniedException) extends PutRecordsError with Product with Serializable
- final case class KMSDisabledExceptionCase(kMSDisabledException: KMSDisabledException) extends PutRecordsError with Product with Serializable
- final case class KMSInvalidStateExceptionCase(kMSInvalidStateException: KMSInvalidStateException) extends PutRecordsError with Product with Serializable
- final case class KMSNotFoundExceptionCase(kMSNotFoundException: KMSNotFoundException) extends PutRecordsError with Product with Serializable
- final case class KMSOptInRequiredCase(kMSOptInRequired: KMSOptInRequired) extends PutRecordsError with Product with Serializable
- final case class KMSThrottlingExceptionCase(kMSThrottlingException: KMSThrottlingException) extends PutRecordsError with Product with Serializable
- final case class ProvisionedThroughputExceededExceptionCase(provisionedThroughputExceededException: ProvisionedThroughputExceededException) extends PutRecordsError with Product with Serializable
- final case class ResourceNotFoundExceptionCase(resourceNotFoundException: ResourceNotFoundException) extends PutRecordsError with Product with Serializable
- trait Visitor[A] extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def accessDeniedException(accessDeniedException: AccessDeniedException): PutRecordsError
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def errorSchema: ErrorSchema[PutRecordsError]
- Definition Classes
- Companion
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def getTag: ShapeTag[PutRecordsError]
- Definition Classes
- Companion → Has
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val hints: Hints
- val id: ShapeId
- Definition Classes
- PutRecordsError → HasId
- def invalidArgumentException(invalidArgumentException: InvalidArgumentException): PutRecordsError
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def kMSAccessDeniedException(kMSAccessDeniedException: KMSAccessDeniedException): PutRecordsError
- def kMSDisabledException(kMSDisabledException: KMSDisabledException): PutRecordsError
- def kMSInvalidStateException(kMSInvalidStateException: KMSInvalidStateException): PutRecordsError
- def kMSNotFoundException(kMSNotFoundException: KMSNotFoundException): PutRecordsError
- def kMSOptInRequired(kMSOptInRequired: KMSOptInRequired): PutRecordsError
- def kMSThrottlingException(kMSThrottlingException: KMSThrottlingException): PutRecordsError
- def liftError(throwable: Throwable): Option[PutRecordsError]
- Definition Classes
- PutRecordsError → Companion
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def provisionedThroughputExceededException(provisionedThroughputExceededException: ProvisionedThroughputExceededException): PutRecordsError
- def resourceNotFoundException(resourceNotFoundException: ResourceNotFoundException): PutRecordsError
- implicit val schema: Schema[PutRecordsError]
- Definition Classes
- PutRecordsError → ShapeTag
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit val tagInstance: ShapeTag[PutRecordsError]
- Definition Classes
- Companion
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unliftError(e: PutRecordsError): Throwable
- Definition Classes
- PutRecordsError → Companion
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object AccessDeniedExceptionCase extends Serializable
- object InvalidArgumentExceptionCase extends Serializable
- object KMSAccessDeniedExceptionCase extends Serializable
- object KMSDisabledExceptionCase extends Serializable
- object KMSInvalidStateExceptionCase extends Serializable
- object KMSNotFoundExceptionCase extends Serializable
- object KMSOptInRequiredCase extends Serializable
- object KMSThrottlingExceptionCase extends Serializable
- object ProvisionedThroughputExceededExceptionCase extends Serializable
- object ResourceNotFoundExceptionCase extends Serializable
- object Visitor