Class: Aws::Types::AccessDeniedException

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)


12
13
14
# File 'sig/types.rbs', line 12

def message
  @message
end

#reason"INSUFFICIENT_ACCOUNT_REPUTATION", "ACCOUNT_DISABLED"

Returns the value of attribute reason.

Returns:

  • ("INSUFFICIENT_ACCOUNT_REPUTATION", "ACCOUNT_DISABLED")


13
14
15
# File 'sig/types.rbs', line 13

def reason
  @reason
end