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:

  • (::Hash[::String, ::String])


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

def context
  @context
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


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

def message
  @message
end

#quota_code::String

Returns the value of attribute quota_code.

Returns:

  • (::String)


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:

  • ("SERVICE_QUOTA_EXCEEDED_EXCEPTION", "KMS_KEY_LIMIT_EXCEEDED", "DEPENDENCY_LIMIT_EXCEEDED")


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

def reason
  @reason
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


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:

  • (::String)


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:

  • (::String)


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

def service_code
  @service_code
end