Class: Aws::Types::ServiceQuotaExceededException

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#context::Hash[::String, ::String]

Returns the value of attribute context.

Returns:



2773
2774
2775
# File 'sig/types.rbs', line 2773

def context
  @context
end

#message::String

Returns the value of attribute message.

Returns:



2767
2768
2769
# File 'sig/types.rbs', line 2767

def message
  @message
end

#quota_code::String

Returns the value of attribute quota_code.

Returns:



2771
2772
2773
# File 'sig/types.rbs', line 2771

def quota_code
  @quota_code
end

#reason"SERVICE_QUOTA_EXCEEDED_EXCEPTION", ...

Returns the value of attribute reason.

Returns:



2768
2769
2770
# File 'sig/types.rbs', line 2768

def reason
  @reason
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:



2772
2773
2774
# File 'sig/types.rbs', line 2772

def resource_id
  @resource_id
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:



2769
2770
2771
# File 'sig/types.rbs', line 2769

def resource_type
  @resource_type
end

#service_code::String

Returns the value of attribute service_code.

Returns:



2770
2771
2772
# File 'sig/types.rbs', line 2770

def service_code
  @service_code
end