Class: Aws::SupportAuthZ::Errors::ValidationException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::SupportAuthZ::Errors::ValidationException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-supportauthz/errors.rb
Instance Method Summary collapse
- #field_list ⇒ 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.
201 202 203 |
# File 'lib/aws-sdk-supportauthz/errors.rb', line 201 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#field_list ⇒ String
211 |
# File 'lib/aws-sdk-supportauthz/errors.rb', line 211
def field_list: () -> ::String
|
#message ⇒ String
206 |
# File 'lib/aws-sdk-supportauthz/errors.rb', line 206
def message: () -> ::String
|