Class: Aws::SupportAuthZ::Errors::ValidationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SupportAuthZ::Errors::ValidationException
- Defined in:
- gems/aws-sdk-supportauthz/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 'gems/aws-sdk-supportauthz/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 212 213 |
# File 'gems/aws-sdk-supportauthz/lib/aws-sdk-supportauthz/errors.rb', line 211 def field_list @data[:field_list] end |
#message ⇒ String
206 207 208 |
# File 'gems/aws-sdk-supportauthz/lib/aws-sdk-supportauthz/errors.rb', line 206 def @message || @data[:message] end |