object PutRecordError extends Companion[PutRecordError] with Serializable
- Source
- Kinesis.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PutRecordError
- Serializable
- Companion
- Companion
- Has
- ShapeTag
- HasId
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class AccessDeniedExceptionCase(accessDeniedException: AccessDeniedException) extends PutRecordError with Product with Serializable
- final case class InvalidArgumentExceptionCase(invalidArgumentException: InvalidArgumentException) extends PutRecordError with Product with Serializable
- final case class KMSAccessDeniedExceptionCase(kMSAccessDeniedException: KMSAccessDeniedException) extends PutRecordError with Product with Serializable
- final case class KMSDisabledExceptionCase(kMSDisabledException: KMSDisabledException) extends PutRecordError with Product with Serializable
- final case class KMSInvalidStateExceptionCase(kMSInvalidStateException: KMSInvalidStateException) extends PutRecordError with Product with Serializable
- final case class KMSNotFoundExceptionCase(kMSNotFoundException: KMSNotFoundException) extends PutRecordError with Product with Serializable
- final case class KMSOptInRequiredCase(kMSOptInRequired: KMSOptInRequired) extends PutRecordError with Product with Serializable
- final case class KMSThrottlingExceptionCase(kMSThrottlingException: KMSThrottlingException) extends PutRecordError with Product with Serializable
- final case class ProvisionedThroughputExceededExceptionCase(provisionedThroughputExceededException: ProvisionedThroughputExceededException) extends PutRecordError with Product with Serializable
- final case class ResourceNotFoundExceptionCase(resourceNotFoundException: ResourceNotFoundException) extends PutRecordError 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): PutRecordError
- 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[PutRecordError]
- 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[PutRecordError]
- Definition Classes
- Companion → Has
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val hints: Hints
- val id: ShapeId
- Definition Classes
- PutRecordError → HasId
- def invalidArgumentException(invalidArgumentException: InvalidArgumentException): PutRecordError
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def kMSAccessDeniedException(kMSAccessDeniedException: KMSAccessDeniedException): PutRecordError
- def kMSDisabledException(kMSDisabledException: KMSDisabledException): PutRecordError
- def kMSInvalidStateException(kMSInvalidStateException: KMSInvalidStateException): PutRecordError
- def kMSNotFoundException(kMSNotFoundException: KMSNotFoundException): PutRecordError
- def kMSOptInRequired(kMSOptInRequired: KMSOptInRequired): PutRecordError
- def kMSThrottlingException(kMSThrottlingException: KMSThrottlingException): PutRecordError
- def liftError(throwable: Throwable): Option[PutRecordError]
- Definition Classes
- PutRecordError → 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): PutRecordError
- def resourceNotFoundException(resourceNotFoundException: ResourceNotFoundException): PutRecordError
- implicit val schema: Schema[PutRecordError]
- Definition Classes
- PutRecordError → ShapeTag
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit val tagInstance: ShapeTag[PutRecordError]
- Definition Classes
- Companion
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unliftError(e: PutRecordError): Throwable
- Definition Classes
- PutRecordError → 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