Class: Aws::Types::ValidationException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def message
  @message
end

#reason ⇒ "KMS_INVALID_ARN", ...

Returns the value of attribute reason.

Returns:

  • ("KMS_INVALID_ARN", "KMS_INVALID_KEY_USAGE", "KMS_INVALID_STATE", "KMS_DISABLED")


502
503
504
# File 'sig/types.rbs', line 502

def reason
  @reason
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def request_id
  @request_id
end