Class: Aws::IdentityStore::Errors::ValidationException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::IdentityStore::Errors::ValidationException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-identitystore/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException
constructor
A new instance of ValidationException.
- #message ⇒ String
- #reason ⇒ String
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException
Returns a new instance of ValidationException.
221 222 223 |
# File 'lib/aws-sdk-identitystore/errors.rb', line 221 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
226 |
# File 'lib/aws-sdk-identitystore/errors.rb', line 226
def message: () -> ::String
|
#reason ⇒ String
236 |
# File 'lib/aws-sdk-identitystore/errors.rb', line 236
def reason: () -> ::String
|
#request_id ⇒ String
231 |
# File 'lib/aws-sdk-identitystore/errors.rb', line 231
def request_id: () -> ::String
|