Class: Aws::Types::OpsItemLimitExceededException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


3338
3339
3340
# File 'sig/types.rbs', line 3338

def limit
  @limit
end

#limit_type::String

Returns the value of attribute limit_type.

Returns:

  • (::String)


3339
3340
3341
# File 'sig/types.rbs', line 3339

def limit_type
  @limit_type
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


3340
3341
3342
# File 'sig/types.rbs', line 3340

def message
  @message
end

#resource_types::Array[::String]

Returns the value of attribute resource_types.

Returns:

  • (::Array[::String])


3337
3338
3339
# File 'sig/types.rbs', line 3337

def resource_types
  @resource_types
end