Class: Aws::Types::BadRequestException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detailTypes::BadRequestDetail

Returns the value of attribute detail.



156
157
158
# File 'sig/types.rbs', line 156

def detail
  @detail
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def message
  @message
end

#reason"CODE_ERROR"

Returns the value of attribute reason.

Returns:

  • ("CODE_ERROR")


155
156
157
# File 'sig/types.rbs', line 155

def reason
  @reason
end