Class: Aws::Types::ServiceLimitExceededException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit_code::String

Returns the value of attribute limit_code.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def limit_code
  @limit_code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def message
  @message
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def resource_id
  @resource_id
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def resource_type
  @resource_type
end

#service_code::String

Returns the value of attribute service_code.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def service_code
  @service_code
end