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

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1028
1029
1030
# File 'sig/types.rbs', line 1028

def message
  @message
end

#quota_code::String

Returns the value of attribute quota_code.

Returns:

  • (::String)


1032
1033
1034
# File 'sig/types.rbs', line 1032

def quota_code
  @quota_code
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1029
1030
1031
# File 'sig/types.rbs', line 1029

def resource_id
  @resource_id
end

#resource_type"IDENTITY_SOURCE", ...

Returns the value of attribute resource_type.

Returns:

  • ("IDENTITY_SOURCE", "POLICY_STORE", "POLICY", "POLICY_TEMPLATE", "SCHEMA", "POLICY_STORE_ALIAS")


1030
1031
1032
# File 'sig/types.rbs', line 1030

def resource_type
  @resource_type
end

#service_code::String

Returns the value of attribute service_code.

Returns:

  • (::String)


1031
1032
1033
# File 'sig/types.rbs', line 1031

def service_code
  @service_code
end