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)


113
114
115
# File 'sig/types.rbs', line 113

def message
  @message
end

#reason"INVALID_ACCOUNT_STATE", ...

Returns the value of attribute reason.

Returns:

  • ("INVALID_ACCOUNT_STATE", "DENIED_BY_PRIVATE_MARKETPLACE_POLICY", "FAILED_KYC_COMPLIANCE", "MISSING_MFA", "INVALID_ACCESS")


114
115
116
# File 'sig/types.rbs', line 114

def reason
  @reason
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

def request_id
  @request_id
end