Class: Aws::Types::QueryError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"CLOUDFORMATION_STACK_INACTIVE", ...

Returns the value of attribute error_code.

Returns:

  • ("CLOUDFORMATION_STACK_INACTIVE", "CLOUDFORMATION_STACK_NOT_EXISTING", "CLOUDFORMATION_STACK_UNASSUMABLE_ROLE", "RESOURCE_TYPE_NOT_SUPPORTED")


321
322
323
# File 'sig/types.rbs', line 321

def error_code
  @error_code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


322
323
324
# File 'sig/types.rbs', line 322

def message
  @message
end