Class: Aws::Backup::Errors::MissingParameterValueException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Backup::Errors::MissingParameterValueException
- Defined in:
- lib/aws-sdk-backup/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #context ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MissingParameterValueException
constructor
A new instance of MissingParameterValueException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MissingParameterValueException
Returns a new instance of MissingParameterValueException.
272 273 274 |
# File 'lib/aws-sdk-backup/errors.rb', line 272 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
277 278 279 |
# File 'lib/aws-sdk-backup/errors.rb', line 277 def code @code || @data[:code] end |
#context ⇒ String
292 293 294 |
# File 'lib/aws-sdk-backup/errors.rb', line 292 def context @data[:context] end |
#message ⇒ String
282 283 284 |
# File 'lib/aws-sdk-backup/errors.rb', line 282 def @message || @data[:message] end |
#type ⇒ String
287 288 289 |
# File 'lib/aws-sdk-backup/errors.rb', line 287 def type @data[:type] end |