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