Class: Aws::MarketplaceDeployment::Errors::ValidationException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::MarketplaceDeployment::Errors::ValidationException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-marketplacedeployment/errors.rb
Instance Method Summary collapse
- #field_name ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException
constructor
A new instance of ValidationException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException
Returns a new instance of ValidationException.
156 157 158 |
# File 'lib/aws-sdk-marketplacedeployment/errors.rb', line 156 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#field_name ⇒ String
161 |
# File 'lib/aws-sdk-marketplacedeployment/errors.rb', line 161
def field_name: () -> ::String
|
#message ⇒ String
166 |
# File 'lib/aws-sdk-marketplacedeployment/errors.rb', line 166
def message: () -> ::String
|