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

#code ⇒ ::String

Returns the value of attribute code.

Returns:

  • (::String)


1653
1654
1655
# File 'sig/types.rbs', line 1653

def code
  @code
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


1652
1653
1654
# File 'sig/types.rbs', line 1652

def message
  @message
end

#quota_code ⇒ ::String

Returns the value of attribute quota_code.

Returns:

  • (::String)


1657
1658
1659
# File 'sig/types.rbs', line 1657

def quota_code
  @quota_code
end

#quota_value ⇒ ::Integer

Returns the value of attribute quota_value.

Returns:

  • (::Integer)


1658
1659
1660
# File 'sig/types.rbs', line 1658

def quota_value
  @quota_value
end

#resource_id ⇒ ::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1654
1655
1656
# File 'sig/types.rbs', line 1654

def resource_id
  @resource_id
end

#resource_type ⇒ ::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1655
1656
1657
# File 'sig/types.rbs', line 1655

def resource_type
  @resource_type
end

#service_code ⇒ ::String

Returns the value of attribute service_code.

Returns:

  • (::String)


1656
1657
1658
# File 'sig/types.rbs', line 1656

def service_code
  @service_code
end