Class: Aws::Types::LimitExceededException

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)


7477
7478
7479
# File 'sig/types.rbs', line 7477

def message
  @message
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


7479
7480
7481
# File 'sig/types.rbs', line 7479

def request_id
  @request_id
end

#resource_type"USER", ...

Returns the value of attribute resource_type.

Returns:

  • ("USER", "GROUP", "NAMESPACE", "ACCOUNT_SETTINGS", "IAMPOLICY_ASSIGNMENT", "DATA_SOURCE", "DATA_SET", "VPC_CONNECTION", "INGESTION")


7478
7479
7480
# File 'sig/types.rbs', line 7478

def resource_type
  @resource_type
end