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)


644
645
646
# File 'sig/types.rbs', line 644

def message
  @message
end

#quota_code ⇒ ::String

Returns the value of attribute quota_code.

Returns:

  • (::String)


645
646
647
# File 'sig/types.rbs', line 645

def quota_code
  @quota_code
end

#resource_identifier ⇒ ::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


646
647
648
# File 'sig/types.rbs', line 646

def resource_identifier
  @resource_identifier
end

#resource_type ⇒ "RESPONSE_PLAN", ...

Returns the value of attribute resource_type.

Returns:

  • ("RESPONSE_PLAN", "INCIDENT_RECORD", "TIMELINE_EVENT", "REPLICATION_SET", "RESOURCE_POLICY")


647
648
649
# File 'sig/types.rbs', line 647

def resource_type
  @resource_type
end

#service_code ⇒ "ssm-incidents"

Returns the value of attribute service_code.

Returns:

  • ("ssm-incidents")


648
649
650
# File 'sig/types.rbs', line 648

def service_code
  @service_code
end