Class: Aws::CostOptimizationHub::Errors::ValidationException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::CostOptimizationHub::Errors::ValidationException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-costoptimizationhub/errors.rb
Instance Method Summary collapse
- #fields ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException
constructor
A new instance of ValidationException.
- #message ⇒ String
- #reason ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException
Returns a new instance of ValidationException.
112 113 114 |
# File 'lib/aws-sdk-costoptimizationhub/errors.rb', line 112 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#fields ⇒ String
127 |
# File 'lib/aws-sdk-costoptimizationhub/errors.rb', line 127
def fields: () -> ::String
|
#message ⇒ String
117 |
# File 'lib/aws-sdk-costoptimizationhub/errors.rb', line 117
def message: () -> ::String
|
#reason ⇒ String
122 |
# File 'lib/aws-sdk-costoptimizationhub/errors.rb', line 122
def reason: () -> ::String
|