Class: Aws::DLM::Errors::LimitExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::DLM::Errors::LimitExceededException
- Defined in:
- lib/aws-sdk-dlm/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LimitExceededException
constructor
A new instance of LimitExceededException.
- #message ⇒ String
- #resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LimitExceededException
Returns a new instance of LimitExceededException.
96 97 98 |
# File 'lib/aws-sdk-dlm/errors.rb', line 96 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
106 107 108 |
# File 'lib/aws-sdk-dlm/errors.rb', line 106 def code @code || @data[:code] end |
#message ⇒ String
101 102 103 |
# File 'lib/aws-sdk-dlm/errors.rb', line 101 def @message || @data[:message] end |
#resource_type ⇒ String
111 112 113 |
# File 'lib/aws-sdk-dlm/errors.rb', line 111 def resource_type @data[:resource_type] end |