Class: Aws::IAM::Types::ServiceNotSupportedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::ServiceNotSupportedException
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
The specified service does not support service-specific credentials.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
9335 9336 9337 9338 9339 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9335 class ServiceNotSupportedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |