object StartStreamEncryptionError extends Companion[StartStreamEncryptionError] with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StartStreamEncryptionError
  2. Serializable
  3. Companion
  4. Has
  5. ShapeTag
  6. HasId
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class AccessDeniedExceptionCase(accessDeniedException: AccessDeniedException) extends StartStreamEncryptionError with Product with Serializable
  2. case class InvalidArgumentExceptionCase(invalidArgumentException: InvalidArgumentException) extends StartStreamEncryptionError with Product with Serializable
  3. case class KMSAccessDeniedExceptionCase(kMSAccessDeniedException: KMSAccessDeniedException) extends StartStreamEncryptionError with Product with Serializable
  4. case class KMSDisabledExceptionCase(kMSDisabledException: KMSDisabledException) extends StartStreamEncryptionError with Product with Serializable
  5. case class KMSInvalidStateExceptionCase(kMSInvalidStateException: KMSInvalidStateException) extends StartStreamEncryptionError with Product with Serializable
  6. case class KMSNotFoundExceptionCase(kMSNotFoundException: KMSNotFoundException) extends StartStreamEncryptionError with Product with Serializable
  7. case class KMSOptInRequiredCase(kMSOptInRequired: KMSOptInRequired) extends StartStreamEncryptionError with Product with Serializable
  8. case class KMSThrottlingExceptionCase(kMSThrottlingException: KMSThrottlingException) extends StartStreamEncryptionError with Product with Serializable
  9. case class LimitExceededExceptionCase(limitExceededException: LimitExceededException) extends StartStreamEncryptionError with Product with Serializable
  10. case class ResourceInUseExceptionCase(resourceInUseException: ResourceInUseException) extends StartStreamEncryptionError with Product with Serializable
  11. case class ResourceNotFoundExceptionCase(resourceNotFoundException: ResourceNotFoundException) extends StartStreamEncryptionError with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. final def getTag: ShapeTag[StartStreamEncryptionError]
    Definition Classes
    Companion → Has
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. val hints: Hints
  13. val id: ShapeId
    Definition Classes
    StartStreamEncryptionError → HasId
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. implicit val schema: UnionSchema[StartStreamEncryptionError]
    Definition Classes
    StartStreamEncryptionError → ShapeTag
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. implicit val tagInstance: ShapeTag[StartStreamEncryptionError]
    Definition Classes
    Companion
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. object AccessDeniedExceptionCase extends Serializable
  26. object InvalidArgumentExceptionCase extends Serializable
  27. object KMSAccessDeniedExceptionCase extends Serializable
  28. object KMSDisabledExceptionCase extends Serializable
  29. object KMSInvalidStateExceptionCase extends Serializable
  30. object KMSNotFoundExceptionCase extends Serializable
  31. object KMSOptInRequiredCase extends Serializable
  32. object KMSThrottlingExceptionCase extends Serializable
  33. object LimitExceededExceptionCase extends Serializable
  34. object ResourceInUseExceptionCase extends Serializable
  35. object ResourceNotFoundExceptionCase extends Serializable

Inherited from Serializable

Inherited from Companion[StartStreamEncryptionError]

Inherited from Has[StartStreamEncryptionError]

Inherited from ShapeTag[StartStreamEncryptionError]

Inherited from HasId

Inherited from AnyRef

Inherited from Any

Ungrouped