AwsQueryError

aws.protocols.AwsQueryError
See theAwsQueryError companion object
case class AwsQueryError(code: String, httpResponseCode: Int)

Provides the value in the 'Code' distinguishing field and HTTP response code for an operation error.

Attributes

code

The value used to distinguish this error shape during serialization.

httpResponseCode

The HTTP response code used on a response containing this error shape.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product