object GetRecordsError extends Companion[GetRecordsError] with Serializable

Source
Kinesis.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetRecordsError
  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 GetRecordsError with Product with Serializable
  2. case class ExpiredIteratorExceptionCase(expiredIteratorException: ExpiredIteratorException) extends GetRecordsError with Product with Serializable
  3. case class InvalidArgumentExceptionCase(invalidArgumentException: InvalidArgumentException) extends GetRecordsError with Product with Serializable
  4. case class KMSAccessDeniedExceptionCase(kMSAccessDeniedException: KMSAccessDeniedException) extends GetRecordsError with Product with Serializable
  5. case class KMSDisabledExceptionCase(kMSDisabledException: KMSDisabledException) extends GetRecordsError with Product with Serializable
  6. case class KMSInvalidStateExceptionCase(kMSInvalidStateException: KMSInvalidStateException) extends GetRecordsError with Product with Serializable
  7. case class KMSNotFoundExceptionCase(kMSNotFoundException: KMSNotFoundException) extends GetRecordsError with Product with Serializable
  8. case class KMSOptInRequiredCase(kMSOptInRequired: KMSOptInRequired) extends GetRecordsError with Product with Serializable
  9. case class KMSThrottlingExceptionCase(kMSThrottlingException: KMSThrottlingException) extends GetRecordsError with Product with Serializable
  10. case class ProvisionedThroughputExceededExceptionCase(provisionedThroughputExceededException: ProvisionedThroughputExceededException) extends GetRecordsError with Product with Serializable
  11. case class ResourceNotFoundExceptionCase(resourceNotFoundException: ResourceNotFoundException) extends GetRecordsError 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() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. final def getTag: ShapeTag[GetRecordsError]
    Definition Classes
    Companion → Has
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. val hints: Hints
  12. val id: ShapeId
    Definition Classes
    GetRecordsError → HasId
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. implicit val schema: UnionSchema[GetRecordsError]
    Definition Classes
    GetRecordsError → ShapeTag
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. implicit val tagInstance: ShapeTag[GetRecordsError]
    Definition Classes
    Companion
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. object AccessDeniedExceptionCase extends Serializable
  25. object ExpiredIteratorExceptionCase 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 ProvisionedThroughputExceededExceptionCase extends Serializable
  34. object ResourceNotFoundExceptionCase extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Companion[GetRecordsError]

Inherited from Has[GetRecordsError]

Inherited from ShapeTag[GetRecordsError]

Inherited from HasId

Inherited from AnyRef

Inherited from Any

Ungrouped