Class: Aws::Backup::Errors::LimitExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Backup::Errors::LimitExceededException
- Defined in:
- lib/aws-sdk-backup/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #context ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LimitExceededException
constructor
A new instance of LimitExceededException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LimitExceededException
Returns a new instance of LimitExceededException.
242 243 244 |
# File 'lib/aws-sdk-backup/errors.rb', line 242 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
247 248 249 |
# File 'lib/aws-sdk-backup/errors.rb', line 247 def code @code || @data[:code] end |
#context ⇒ String
262 263 264 |
# File 'lib/aws-sdk-backup/errors.rb', line 262 def context @data[:context] end |
#message ⇒ String
252 253 254 |
# File 'lib/aws-sdk-backup/errors.rb', line 252 def @message || @data[:message] end |
#type ⇒ String
257 258 259 |
# File 'lib/aws-sdk-backup/errors.rb', line 257 def type @data[:type] end |