Class: Aws::MigrationHubOrchestrator::Errors::ValidationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::MigrationHubOrchestrator::Errors::ValidationException
- Defined in:
- lib/aws-sdk-migrationhuborchestrator/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException
constructor
A new instance of ValidationException.
- #message ⇒ String
- #retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException
Returns a new instance of ValidationException.
131 132 133 |
# File 'lib/aws-sdk-migrationhuborchestrator/errors.rb', line 131 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
136 137 138 |
# File 'lib/aws-sdk-migrationhuborchestrator/errors.rb', line 136 def @message || @data[:message] end |
#retryable? ⇒ Boolean
140 141 142 |
# File 'lib/aws-sdk-migrationhuborchestrator/errors.rb', line 140 def retryable? true end |