Class: Aws::DLM::Types::LimitExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dlm/lib/aws-sdk-dlm/types.rb

Overview

The request failed because a limit was exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


946
947
948
949
950
951
952
# File 'gems/aws-sdk-dlm/lib/aws-sdk-dlm/types.rb', line 946

class LimitExceededException < Struct.new(
  :message,
  :code,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


946
947
948
949
950
951
952
# File 'gems/aws-sdk-dlm/lib/aws-sdk-dlm/types.rb', line 946

class LimitExceededException < Struct.new(
  :message,
  :code,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

Value is the type of resource for which a limit was exceeded.

Returns:

  • (String)


946
947
948
949
950
951
952
# File 'gems/aws-sdk-dlm/lib/aws-sdk-dlm/types.rb', line 946

class LimitExceededException < Struct.new(
  :message,
  :code,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end